You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > Resize Method > MatrixInt.Resize Method ([In] TMtxInt, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.Resize Method ([In] TMtxInt, int, int)

Sizes the calling matrix to NewRows and NewCols.

Syntax
C#
Visual Basic
public TMtxInt Resize([In] TMtxInt Src, int NewRows, int NewCols);

Copies the Src matrix values to the calling matrix. The elements outside the newly created matrix size are not referenced.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!